home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Presenta / CREATORE.ZIP / DATA.Z / Fade to black.mmb < prev    next >
Text File  |  1997-05-21  |  371b  |  20 lines

  1. This behaviour was generated using Creator Pro (c).
  2. The file is provided "as is" without warranty of any kind. The author will
  3. not be liable for any damages whatsoever arising out of the use of this behaviour.
  4.  
  5. [NAME]
  6. Fade to black
  7.  
  8. [VAR]
  9. a
  10.  
  11. [SCRIPT]
  12. if a=0 then
  13.    a=255
  14. endif
  15. object.backColor=createColor(a, 0, 0)
  16. a=a-2
  17. if a<2 then
  18.    kill(me)
  19. endif
  20.